const github.com/refraction-networking/utls.extensionSessionTicket
8 uses
github.com/refraction-networking/utls (current package)
common.go#L120: extensionSessionTicket uint16 = 35
handshake_messages.go#L139: exts.AddUint16(extensionSessionTicket)
handshake_messages.go#L562: case extensionSessionTicket:
handshake_messages.go#L788: exts.AddUint16(extensionSessionTicket)
handshake_messages.go#L945: case extensionSessionTicket:
u_session_ticket.go#L45: b[0] = byte(extensionSessionTicket >> 8)
u_session_ticket.go#L46: b[1] = byte(extensionSessionTicket)
u_tls_extensions.go#L50: case extensionSessionTicket:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |